home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TFRMWATCHES / TFRMWATCHES.txt
Text File  |  2006-11-06  |  2KB  |  115 lines

  1. object frmWatches: TfrmWatches
  2.   Left = 265
  3.   Top = 3
  4.   BorderStyle = bsDialog
  5.   Caption = 'Watches for "directory/filename"'
  6.   ClientHeight = 393
  7.   ClientWidth = 438
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     438
  20.     393)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btnCancel: TButton
  24.     Left = 355
  25.     Top = 361
  26.     Width = 75
  27.     Height = 25
  28.     Anchors = [akRight, akBottom]
  29.     Cancel = True
  30.     Caption = '&Cancel'
  31.     ModalResult = 2
  32.     TabOrder = 1
  33.   end
  34.   object btnOK: TButton
  35.     Left = 274
  36.     Top = 361
  37.     Width = 75
  38.     Height = 25
  39.     Anchors = [akRight, akBottom]
  40.     Caption = '&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.   end
  45.   object gbWatches: TGroupBox
  46.     Left = 8
  47.     Top = 8
  48.     Width = 424
  49.     Height = 348
  50.     Anchors = [akLeft, akTop, akRight, akBottom]
  51.     Caption = 'Watches'
  52.     TabOrder = 2
  53.     DesignSize = (
  54.       424
  55.       348)
  56.     object btnRemove: TButton
  57.       Left = 159
  58.       Top = 315
  59.       Width = 73
  60.       Height = 25
  61.       Anchors = [akLeft, akBottom]
  62.       Caption = '&Remove'
  63.       TabOrder = 3
  64.       OnClick = btnRemoveClick
  65.     end
  66.     object btnNew: TButton
  67.       Left = 7
  68.       Top = 315
  69.       Width = 73
  70.       Height = 25
  71.       Anchors = [akLeft, akBottom]
  72.       Caption = '&New...'
  73.       TabOrder = 1
  74.       OnClick = btnNewClick
  75.     end
  76.     object lvWatches: TListView
  77.       Left = 8
  78.       Top = 20
  79.       Width = 408
  80.       Height = 291
  81.       Anchors = [akLeft, akTop, akRight, akBottom]
  82.       Columns = <
  83.         item
  84.           Caption = 'Title'
  85.           MinWidth = 180
  86.           Width = 280
  87.         end
  88.         item
  89.           AutoSize = True
  90.           Caption = 'Date & Time'
  91.           MinWidth = 90
  92.         end>
  93.       GridLines = True
  94.       ReadOnly = True
  95.       RowSelect = True
  96.       SortType = stBoth
  97.       TabOrder = 0
  98.       ViewStyle = vsReport
  99.       OnChange = lvWatchesChange
  100.       OnDblClick = lvWatchesDblClick
  101.       OnKeyDown = lvWatchesKeyDown
  102.     end
  103.     object btnEdit: TButton
  104.       Left = 84
  105.       Top = 315
  106.       Width = 73
  107.       Height = 25
  108.       Anchors = [akLeft, akBottom]
  109.       Caption = '&Edit...'
  110.       TabOrder = 2
  111.       OnClick = btnEditClick
  112.     end
  113.   end
  114. end
  115.